home *** CD-ROM | disk | FTP | other *** search
/ Gamers Arsenal 1 / Gamers Arsenal (Arsenal Computer).iso / gamers / read.me < prev    next >
Text File  |  1994-08-11  |  4KB  |  116 lines

  1.  
  2.               ┌───────────────────────────────────────┐
  3.               │            OnLine, Version 2.0        ├─┐
  4.               │(c) 1992-1994 ■ Brown Business Software│ │
  5.               │      Philip K. Brown, Programmer      │ │
  6.               └─┬─────────────────────────────────────┘ │
  7.                 └───────────────────────────────────────┘
  8.  
  9.  
  10.  
  11. How This All Began:
  12.  
  13. A few years ago,  I was working on my SPITFIRE BBS at work and I
  14. wanted a way for my users to browse the file listings offline.
  15. I decided to write a program to allow them to search filenames
  16. and descriptions or both.. just like this one..  David Martin
  17. of CMS Software contacted me and asked me if I would be interested
  18. in writing a File Retrieval System to be included on his CD's and
  19. that is how this program started.  This program is being used on
  20. other Cd's being published today.
  21.  
  22. Features:
  23.  
  24.  o Supports multi-line file descriptions (5 lines) (using SF 3.4's structure)
  25.  o .GIF file viewing using GIFDESK v4.5 (in some releases)
  26.  o .ZIP File uncompression using PKUNZIP Version 2.04g
  27.  o Copy individual files
  28.  o View individual .ZIP files (DOS MORE No Longer Required!)
  29.  o View individual .GIF and .BMP files (in some releases)
  30.  o File Tagging (copying, viewing, unzipping)
  31.  o Make directories on the fly when copying, unzipping files
  32.  o When searching/loading, display percent completed
  33.  o F2 displays Program/Programmer Informaton
  34.  o ALT-M - Memory available at the time
  35.  o ALT-J - Jump To DOS!
  36.  o Run in COLOR or MONOCHROME
  37.  o View COMPLETE listing
  38.  o View INDIVIDUAL File Areas
  39.  o Search filenames (3 levels)
  40.  o Search descriptions (3 levels)
  41.  o Search filenames and descriptions (3 levels)
  42.  o Easy to use installation procedure
  43.  o Many More....
  44.  
  45. Special Thanks:
  46.  
  47. A person who really needs to be acknowledged is my wife, April
  48. who has stood by me while writing/updating this program and
  49. hearing my 'Just alittle longer..' when I have a brainstorm.
  50.  
  51. I would like to thank my Dad, Don Brown for his help in general
  52. and starting a Computer Consulting Company.
  53.  
  54. This program is written using Clipper, a dBASE Compiler.  Many
  55. thanks to Doug Stevens and Larry Taylor, two instructors who
  56. taught dbase II and Advanced dBASE III+.
  57.  
  58. dBASE Compiler: Clipper, Summer Of '87
  59.  
  60.             Copyright, Trademark and Service Mark Notices
  61.  
  62.  CLIPPER is a Copyright (c) 1985-1987 by Nantucket Corporation
  63.  
  64.  CLIPPER is a trademark of Nantucket Corporation
  65.  
  66.  NANTUCKET is a registered trademark of Nantucket Corporation
  67.  
  68.  SPITFIRE is Copyright (c) 1987-1994 by Mike Woltz
  69.  
  70.  SPITFIRE is a registered trademark of Buffalo Creek Software.
  71.  
  72.  PKZIP is a Copyright (c) 1989-1994 PKWARE Inc.  All Rights Reserved.
  73.  
  74.  SWAP is a Copyright (c) 1988-1991 by Berner & Associates.
  75.  
  76.  GIFDESK is a Copyright (c) 1992 by Jay Wherley
  77.  
  78.  
  79.                            -= Technical Notes =-
  80.  
  81.  If you are runnig MS-DOS 6.x you will need to add a line to your
  82.  AUTOEXEC.BAT file.   You can do this with your favorite TEXT editor
  83.  or MS-DOS's EDIT command.
  84.  
  85.  SET CLIPPER=E000;
  86.  
  87.  
  88.  The reason I mention this is because if you run the file retrieval software
  89.  and it might return a message: Not enough memory and return to the DOS
  90.  prompt.
  91.  
  92.  MS-DOS 5.0 works just fine (and releases below) but MS-DOS 6.x needs that
  93.  command.  (Don't know why)
  94.  
  95.  This command tells MS-DOS not to use extended/expanded memory.  You ask
  96.  why?  Well, the compiler I am using says that it isn't stable so I won't
  97.  use it.
  98.  
  99.  I just uses your base 640k RAM and if it needs to 'drop to dos' to perform
  100.  a task, it takes what is memory and swaps it to a swap file on your
  101.  computer.
  102.  
  103.  If you have any questions, you can call The Flaming Star BBS, 24 hrs a day
  104.  and 7 days a week (except for maintenance and storms) at 812-898-2561.
  105.  
  106.  Leave a message to the sysop and we will work with you on any problems
  107.  you might have.
  108.  
  109.  
  110.  Philip K. Brown
  111.  Flaming Star Computer Accessories
  112.  A Division of Brown Business Software
  113.  28 West Sutliff Drive
  114.  Terre Haute, Indiana  47802
  115.  
  116.